object mainWindow: TmainWindow Left = 29 Top = 607 Width = 281 Height = 188 Caption = 'Install TUCOWS' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] Icon.Data = {} Position = poScreenCenter PrintScale = poNone Scaled = False PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 8 Top = 8 Width = 257 Height = 49 AutoSize = False Caption = 'Which browser would you like to install on your system?' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Button1: TButton Left = 8 Top = 64 Width = 257 Height = 18 Caption = '&Netscape v4.03' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 8 Top = 88 Width = 257 Height = 18 Caption = '&Microsoft Internet Explorer v4.0' TabOrder = 1 OnClick = Button2Click end object Button3: TButton Left = 8 Top = 112 Width = 257 Height = 18 Caption = 'None, just &install the program group.' TabOrder = 2 OnClick = Button3Click end object Button4: TButton Left = 8 Top = 136 Width = 257 Height = 18 Caption = '&Cancel' TabOrder = 3 OnClick = Button4Click end end